home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00032_Script_32
< prev
next >
Wrap
Text File
|
1995-10-10
|
514b
|
27 lines
on mousedown
global letgo,movielist
if the doubleclick then
--playmovn
if count(movielist)>=24 then exit
set the ink of sprite 17 to 4
updateStage
put the clickon into yu
--set the castnum of sprite yu=the number of cast string(chars(the name of cast (the castnum of sprite yu),1,2)&"s")
addbar yu
updateStage
exit
end if
set letgo=2
end
on mouseup
global reset,letgo
if the doubleclick then exit
set letgo=0
set reset=1
end